# Colorset setup

# What colorset numbers do we use?
SetEnv cs-window-inactive "9"
SetEnv cs-window-active "10"

# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
# Colorsets

Colorset $[cs-window-inactive] \
Foreground "gray", Background "#666666", \
Hilight "#666666", Shadow "#666666", \
VGradient 32 "darkred" "black", Tint

Colorset $[cs-window-active] \
Foreground "white", Background "gray", \
Hilight "gray", Shadow "gray", \
VGradient 32 "red" "black", Tint

